-
-
Notifications
You must be signed in to change notification settings - Fork 77
Update location permission reqs for iOS #217
Conversation
NSLocationAlwaysUsageDescription deprecated, use NSLocationAlwaysAndWhenInUseUsageDescription. NSLocationUsageDescription is a macOS key.
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this plugin is being used in iOS version lower than 11.0 we need to make sure that those users know what the appropriate settings are. Can you simply add the new API side by side to the old one and write which one for which version of iOS is usable:
- NSLocationAlwaysAndWhenInUseUsageDescription - iOS +11.0
- NSLocationAlwaysUsageDescription - iOS 8.0–10.0
|
Can someone please fix this? Would be very much appreciated. :) |
|
@VladimirAmiorkov done. thanks. |
|
run ci |
NSLocationAlwaysUsageDescription deprecated, use NSLocationAlwaysAndWhenInUseUsageDescription.
NSLocationUsageDescription is a macOS key.